From: Keir Fraser Date: Wed, 17 Mar 2010 08:31:17 +0000 (+0000) Subject: xend: Remove warning message from xend.log X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12505 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a7e7bb6199d2d9e81b0097dcbd3edac1fb886d24;p=xen.git xend: Remove warning message from xend.log When I created a domain, I saw the following warning message in xend.log. This patch removes the message from xend.log. [2010-03-16 19:04:16 3623] WARNING (XendConfig:872) Unconverted key: Description Signed-off-by: Masaki Kanno --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 0624bc62f9..a8eae6c6ba 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -233,6 +233,7 @@ XENAPI_CFG_TYPES = { 's3_integrity' : int, 'superpages' : int, 'memory_sharing': int, + 'Description': str, } # List of legacy configuration keys that have no equivalent in the